os.file.nonblock (field)

3 uses

	os (current package)
		file_unix.go#L58: 	nonblock    bool     // whether we set nonblocking mode
		file_unix.go#L85: 	if f.nonblock {
		file_unix.go#L182: 			f.nonblock = true